IntermediateTotalPositions Property
In This Topic
Gets or sets the value of the property that contains the index for positions of the intermediate total bar.The property should work with ShowIntermediateTotal and IntermediateToolLabels property.
Syntax
'Declaration
Public Property IntermediateTotalPositions As Integer()
public int[] IntermediateTotalPositions {get; set;}
See Also